//==============================================================================
define axe
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Axe Spinning 01
        }
    }
}

//==============================================================================
define axeshadow
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Axe Spinning Shadow 01
        }
    }
}

//==============================================================================
define frosttrail
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Axe Frost Trail 01
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visual jimmy
				connect hotspot axe hotspot
				connect hotspot axeshadow hotspot
				connect hotspot frosttrail hotspot
				length 0.1
            }
        }
    }
}

//==============================================================================
anim bored
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visual jimmy
            }
        }
    }
}

//==============================================================================
anim death
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visual jimmy
            }
        }
    }
}

//==============================================================================
anim walk
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visual jimmy
				connect hotspot axe hotspot
				connect hotspot axeshadow hotspot
				connect hotspot frosttrail hotspot
				length 0.1
            }
        }
    }
}
